home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 294 < prev    next >
Internet Message Format  |  1994-08-27  |  890b

  1. Date: Mon, 7 Jun 93 06:50:01 -0700
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <9306071350.AA14469@netcom.netcom.com>
  4. To: ersmith@com.netcom, mint@terminator.rs.itd.umich.edu,
  5.         shenson@nyx.cs.du.edu
  6. Subject: Re:  PL5 in progress ...
  7.  
  8. Doing a tfork() type thing inside of minixfs is fine, since the child will
  9. be given access to its parent's memory just as though it owned the memory
  10. itself. As you point out, the child will start up in user mode, but that's
  11. the only real caveat (and whether you're in user mode or supervisor mode
  12. doesn't affect access to memory which you own, only to memory which you
  13. *don't* own).
  14.  
  15. When (old) GEM is running it spends most of its time in supervisor mode,
  16. which is why the daemon isn't getting much time. The MultiTOS AES does
  17. an Syield() at appropriate times; someone could write an ACC to do the
  18. same thing under old GEM.
  19.  
  20. Regards,
  21. Eric
  22.